home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Information / Programming / C Reference Card 1.4 / C Reference Card / C Reference Card.rsrc / PICT_408.png < prev    next >
Portable Network Graphic  |  1994-05-05  |  1.7 KB  |  246x264  |  1-bit (2 colors)
   ocr: CProgram Forn #include <stdio.h> *ANSIVO library Finclude "user.h" - localinclude file #detine MAX1U : preprocessor directis int square(int); ANSI prototype r main is the start of: all C programs *I void main(void) intn; for(n n=1:n-MAX, n++) printf( "%d %din",n, square(n)); I int square( intr m)f m=mm; return m; >